[index]

MouseEnter Message

Syntax

on mouseEnter
end mouseEnter Sent to all objects except the palette, sound, path, and timer

Description

The mouseEnter message is sent to the top nonhidden object whose rectangle encompasses the mouse pointer's location. MouseEnter is only sent to a bitmap when the mouse pointer enters a nonwhite painted area of the object.

Notes

It is not necessary for the mouse button to be pressed for the message to be sent.

Examples

Create a field and put the following handler into its script: on mouseEnter put hello into message box end mouseEnter
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.